UInt16NINumericUInt16NRemainder Method
Computes the remainder after dividing the current value by the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UInt16N INumeric<UInt16N>.Remainder(
UInt16N value
)
Private Function Remainder (
value As UInt16N
) As UInt16N Implements INumeric(Of UInt16N).Remainder
private:
virtual UInt16N Remainder(
UInt16N value
) sealed = INumeric<UInt16N>::Remainder
private abstract Remainder :
value : UInt16N -> UInt16N
private override Remainder :
value : UInt16N -> UInt16N
- value UInt16N
- The value as the divisor.
UInt16NThe remainder after dividing the current value by
value.
INumericTSelfRemainder(TSelf)